programming advice posts
Learning new programming languages
•Looking for the new hit or sticking with your known language ?
Using MariaDb FlexiViews
•In the quest to filtering data I ended up looking for a tool that allows me to move a part of a query that needed too many unions in order to achieve simple things that where not thought trough from the beginning.
IoC - Understanding the need for binding interfaces to implementations
•The problem: *Write testable code.* Principles used: *Code to an Interface.*